home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / CHALS_13.ZIP / CHALIAS.DOC < prev    next >
Encoding:
Text File  |  1996-01-01  |  6.3 KB  |  182 lines

  1.  
  2.  
  3.                       Change Alias Module for Synchronet
  4.  
  5.                               Sysop Documentation
  6.  
  7.                                  Version 1.30
  8.  
  9.                   Copyright (c) 1996 by Escape Velocity Press
  10.  
  11.                             Written by Brett Frymire
  12.  
  13.  
  14.                                 Distributed by
  15.  
  16.                              Escape Velocity Press
  17.  
  18.                           Escape To Other Worlds BBS
  19.  
  20.                                 (408) 956 1750
  21.                                    28.8k bps
  22.  
  23.  
  24.                        T A B L E   O F   C O N T E N T S
  25.  
  26.       1.0 Introduction 
  27.  
  28.       2.0 Registration 
  29.  
  30.       3.0 Installing Change Alias Module
  31.  
  32.       4.0 Customizing 
  33.  
  34.       5.0 Final words
  35.  
  36.  
  37.  
  38.       1.0 Introduction
  39.       ════════════════
  40.         
  41.         Change Alias Module (chalias.bin) was written to allow users 
  42.         to change their alias or handle without the intervention of
  43.         the sysop.
  44.  
  45.         There are two external files (WARNING.ASC and CHALIAS.ASC) 
  46.         which allow the sysop to customize the module to his/her
  47.         bbs.
  48.  
  49.         For additional security, the module sends a telegram to 
  50.         user #1 when the MODULE is entered, and when someone
  51.         changes their alias.  (Note: I do not send a telegram
  52.         if they change their chat handle.)
  53.       
  54.         (The included utility, SENDTELE, is a DOS command line 
  55.         utility for sending telegrams to any user.  I find it 
  56.         very useful in my batch files, and events to alert me 
  57.         to problems or status. Don't forget to set the SBBSMSGS
  58.         environment variable as in the docs of SENDTELE.)
  59.  
  60.  
  61.  
  62.         Please forward any recommendations to me through any of 
  63.         the email addresses at the end of the document.
  64.  
  65.  
  66.  
  67.  
  68.                                 *********
  69.  
  70.       I have made reasonable attempts to make sure CHALIAS.BIN works, 
  71.       and will not cause any problems.  As I am human (and hence 
  72.       prone to mistakes), there might be bugs or problems in this 
  73.       program. You use this chatter at your own risk.  Do not fear, 
  74.       I am using this program every day, and will be updating and 
  75.       making every attempt to ensure a robust and sound utility.  
  76.       (I hate legalease, and this is my attempt at it. <grin>  In 
  77.       other words, if this program oopses, then I am sorry, but use 
  78.       at your own risk.)
  79.                                  
  80.                                 *********
  81.  
  82.       2.0 Registration
  83.       ════════════════
  84.  
  85.       Change alias Module is distributed as shareware and is fully 
  86.       functional.  This module does not expire, and you can use
  87.       it as long as you want.
  88.       
  89.       If you find it useful, I request the small fee of $1. 
  90.       (I think that is enough of a word from our sponsor.)
  91.  
  92.       (This is a very easy module to write, hence the small
  93.       fee.  You could probably write this yourself in about
  94.       1-2 hours or so.  The telegram is sent with an external
  95.       utility which is included in this archive.  You will 
  96.       need to toggle the message waiting bit with BAJA.)
  97.  
  98.       (The included utility, SENDTELE, is a DOS command line 
  99.       utility for sending telegrams to any user.  I find it 
  100.       very useful in my batch files, and events to alert me 
  101.       to problems or status. Don't forget to set the SBBSMSGS
  102.       environment variable as in the docs of SENDTELE.)
  103.  
  104.  
  105.       3.0 Installing and Executing Change Alias.
  106.       ═══════════════════════════════════════════
  107.  
  108.         Read the section thoroughly in the Synchronet manual about
  109.         using BAJA modules.  Then you need to decide where and how 
  110.         you want it to run.  (It can be EXEC from a command shell 
  111.         or run as an external program, which is how I run it.)
  112.  
  113.         If you run it as an external, don't forget to put the
  114.         * in front of the BIN file.  (In the SCFG.EXE, and the 
  115.         external programs area,the exec command would be 
  116.         *CHALIAS.BIN.)
  117.  
  118.         The CHALIAS must be put in the EXEC directory, and the
  119.         WARNING.ASC and the CHALIAS.ASC _must_ be in the MENU
  120.         directory.  In addition, the SENDTELE.EXE must also be
  121.         placed in the EXEC directory!  This program allows 
  122.         multinode use with the sending of a telegram to the 
  123.         sysop when someone uses the module, and changes the
  124.         alias.
  125.  
  126.         Important!  You MUST declare an Environment variable
  127.         of SBBSMSGS which is where the *.MSG are kept.  This
  128.         usually is C:\SBBS\DATA\MSGS.  If a network is used,
  129.         then use the mapped drive such as E:\SBBS\DATA\MSGS.
  130.  
  131.  
  132.  
  133.       4.0 Customizing CHALIAS
  134.       ══════════════════════
  135.       
  136.         There are two external files which allow the sysop
  137.         to customize CHALIAS to their BBS.  These files support
  138.         all the regular Synchronet color codes.
  139.  
  140.         WARNING.ASC
  141.  
  142.         This file is displayed to the user when he elects to 
  143.         change their alias.  This can be used to warn the user
  144.         of impending problems with changing their alias. Like
  145.         door games which use the alias in the drop file will
  146.         not be able to find them, and Netmail may not reach 
  147.         them.
  148.  
  149.         CHALIAS.ASC
  150.  
  151.         This files is displayed as the user enters the door.
  152.         It also supports the color codes.
  153.  
  154.  
  155.       7.0  Final Words
  156.  
  157.       Thank you and please post any questions or problems either on my
  158.       BBS, in the RIME Doors conference, or in the DOVE-NET SynchroNet
  159.       Sysops conference.
  160.  
  161.         RIME #5130
  162.         FIDO 1:143/129
  163.         INTERNET brett.frymire@etow.si-star.org
  164.         DOVENET  brett frymire@ETOW
  165.         QuestNET brett frymire@ETOW
  166.         DoughNET brett frymire@ETOW
  167.  
  168.       If you wish to register this utility please send $1 to:
  169.  
  170.       Brett Frymire
  171.       1218 Park Grove Drive
  172.       Milpitas, CA
  173.       95035
  174.  
  175.       (Please read the registration notes early in this doc.
  176.       This module does not expire, and you can use it as long
  177.       as you like.)
  178.  
  179.     ───────────────────────────────────────────────────────────────────────
  180.      Change Alias Module.  Version 1.20  Escape Velocity Press                       
  181.     ───────────────────────────────────────────────────────────────────────
  182.